home *** CD-ROM | disk | FTP | other *** search
/ Aminet 2 / Aminet AMIGA CDROM (1994)(Walnut Creek)[Feb 1994][W.O. 44790-1].iso / Aminet / dev / misc / ch136_e.readme < prev    next >
Encoding:
Text File  |  1992-10-22  |  1.3 KB  |  39 lines

  1. Short: Search fast in autodocs & includes.
  2.  
  3. ex:
  4.  
  5.           ex:   Chelp addappicon - gives you info about AddAppIcon
  6.  
  7.           ex:   Chelp window - gives you info about the struct window
  8.  
  9.  
  10.           ex:   chelp exec - gives you includefile exec.h 
  11.  
  12.  
  13.           ex:   Chelp GA_* - gives you info about all GadgetAttributes
  14.  
  15.                 If [keyword] ends with * or + you will get all functions
  16.                 /structs that begins with 'keyword', see wildcards for
  17.                  more info.
  18.  
  19.                  If 'subheader' exists, you will only get that part of the
  20.                  autodoc that matches the subheader.
  21.  
  22.           ex:   Chelp addappicon name - gives you the text that is in the
  23.                 paragraph name.
  24.  
  25.  
  26.                 NAME                                                                       
  27.                     AddAppIcon - add an icon to workbench's list of appicons.
  28.  
  29.           ex:   Chelp Create* synopsis - gives you info about everything in
  30.                 the paragraph synopsis of every fuction that matches Create*.
  31.  
  32. Chelp -C [keyword]  Samw as for CHelp [keyword] except that the keyword is case
  33.                 dependent.
  34.  
  35.           ex:   Chelp -c Open - find Open but not open
  36.        
  37.           ex:   Chelp -c open* - finds all that starts with open, but not
  38.                 those with Open 
  39.